Converts a CSR matrix to an MSR matrix.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(csr_matrix), | intent(in) | :: | a |
The CSR matrix to convert. |
||
class(errors), | intent(inout), | optional, | target | :: | err |
The error object to be updated. |
The MSR matrix.